







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Creates a new BigList. The BigList is initially empty.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
| C# |
|---|
public BigList() |
| Visual Basic (Declaration) |
|---|
Public Sub New |
| Visual C++ |
|---|
public: BigList () |
Remarks
Creating a empty BigList takes constant time and consumes a very small amount of memory.
See Also
BigList<(Of <T>)> Class
Wintellect.PowerCollections Namespace
